3.249 \(\int \frac{c+d x^3+e x^6+f x^9}{x^{15} (a+b x^3)} \, dx\)

Optimal. Leaf size=315 \[ -\frac{b \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{2 a^5 x^2}+\frac{a^2 b e+a^3 (-f)-a b^2 d+b^3 c}{5 a^4 x^5}+\frac{b^{5/3} \log \left (a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2\right ) \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{6 a^{17/3}}-\frac{b^{5/3} \log \left (\sqrt [3]{a}+\sqrt [3]{b} x\right ) \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{3 a^{17/3}}+\frac{b^{5/3} \tan ^{-1}\left (\frac{\sqrt [3]{a}-2 \sqrt [3]{b} x}{\sqrt{3} \sqrt [3]{a}}\right ) \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{\sqrt{3} a^{17/3}}-\frac{a^2 e-a b d+b^2 c}{8 a^3 x^8}+\frac{b c-a d}{11 a^2 x^{11}}-\frac{c}{14 a x^{14}} \]

[Out]

-c/(14*a*x^14) + (b*c - a*d)/(11*a^2*x^11) - (b^2*c - a*b*d + a^2*e)/(8*a^3*x^8) + (b^3*c - a*b^2*d + a^2*b*e
- a^3*f)/(5*a^4*x^5) - (b*(b^3*c - a*b^2*d + a^2*b*e - a^3*f))/(2*a^5*x^2) + (b^(5/3)*(b^3*c - a*b^2*d + a^2*b
*e - a^3*f)*ArcTan[(a^(1/3) - 2*b^(1/3)*x)/(Sqrt[3]*a^(1/3))])/(Sqrt[3]*a^(17/3)) - (b^(5/3)*(b^3*c - a*b^2*d
+ a^2*b*e - a^3*f)*Log[a^(1/3) + b^(1/3)*x])/(3*a^(17/3)) + (b^(5/3)*(b^3*c - a*b^2*d + a^2*b*e - a^3*f)*Log[a
^(2/3) - a^(1/3)*b^(1/3)*x + b^(2/3)*x^2])/(6*a^(17/3))

________________________________________________________________________________________

Rubi [A]  time = 0.228995, antiderivative size = 315, normalized size of antiderivative = 1., number of steps used = 8, number of rules used = 7, integrand size = 30, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.233, Rules used = {1834, 200, 31, 634, 617, 204, 628} \[ -\frac{b \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{2 a^5 x^2}+\frac{a^2 b e+a^3 (-f)-a b^2 d+b^3 c}{5 a^4 x^5}+\frac{b^{5/3} \log \left (a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2\right ) \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{6 a^{17/3}}-\frac{b^{5/3} \log \left (\sqrt [3]{a}+\sqrt [3]{b} x\right ) \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{3 a^{17/3}}+\frac{b^{5/3} \tan ^{-1}\left (\frac{\sqrt [3]{a}-2 \sqrt [3]{b} x}{\sqrt{3} \sqrt [3]{a}}\right ) \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{\sqrt{3} a^{17/3}}-\frac{a^2 e-a b d+b^2 c}{8 a^3 x^8}+\frac{b c-a d}{11 a^2 x^{11}}-\frac{c}{14 a x^{14}} \]

Antiderivative was successfully verified.

[In]

Int[(c + d*x^3 + e*x^6 + f*x^9)/(x^15*(a + b*x^3)),x]

[Out]

-c/(14*a*x^14) + (b*c - a*d)/(11*a^2*x^11) - (b^2*c - a*b*d + a^2*e)/(8*a^3*x^8) + (b^3*c - a*b^2*d + a^2*b*e
- a^3*f)/(5*a^4*x^5) - (b*(b^3*c - a*b^2*d + a^2*b*e - a^3*f))/(2*a^5*x^2) + (b^(5/3)*(b^3*c - a*b^2*d + a^2*b
*e - a^3*f)*ArcTan[(a^(1/3) - 2*b^(1/3)*x)/(Sqrt[3]*a^(1/3))])/(Sqrt[3]*a^(17/3)) - (b^(5/3)*(b^3*c - a*b^2*d
+ a^2*b*e - a^3*f)*Log[a^(1/3) + b^(1/3)*x])/(3*a^(17/3)) + (b^(5/3)*(b^3*c - a*b^2*d + a^2*b*e - a^3*f)*Log[a
^(2/3) - a^(1/3)*b^(1/3)*x + b^(2/3)*x^2])/(6*a^(17/3))

Rule 1834

Int[((Pq_)*((c_.)*(x_))^(m_.))/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Int[ExpandIntegrand[((c*x)^m*Pq)/(a + b*
x^n), x], x] /; FreeQ[{a, b, c, m}, x] && PolyQ[Pq, x] && IntegerQ[n] &&  !IGtQ[m, 0]

Rule 200

Int[((a_) + (b_.)*(x_)^3)^(-1), x_Symbol] :> Dist[1/(3*Rt[a, 3]^2), Int[1/(Rt[a, 3] + Rt[b, 3]*x), x], x] + Di
st[1/(3*Rt[a, 3]^2), Int[(2*Rt[a, 3] - Rt[b, 3]*x)/(Rt[a, 3]^2 - Rt[a, 3]*Rt[b, 3]*x + Rt[b, 3]^2*x^2), x], x]
 /; FreeQ[{a, b}, x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 617

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[(a*c)/b^2]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + (2*c*x)/b], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rubi steps

\begin{align*} \int \frac{c+d x^3+e x^6+f x^9}{x^{15} \left (a+b x^3\right )} \, dx &=\int \left (\frac{c}{a x^{15}}+\frac{-b c+a d}{a^2 x^{12}}+\frac{b^2 c-a b d+a^2 e}{a^3 x^9}+\frac{-b^3 c+a b^2 d-a^2 b e+a^3 f}{a^4 x^6}-\frac{b \left (-b^3 c+a b^2 d-a^2 b e+a^3 f\right )}{a^5 x^3}+\frac{b^2 \left (-b^3 c+a b^2 d-a^2 b e+a^3 f\right )}{a^5 \left (a+b x^3\right )}\right ) \, dx\\ &=-\frac{c}{14 a x^{14}}+\frac{b c-a d}{11 a^2 x^{11}}-\frac{b^2 c-a b d+a^2 e}{8 a^3 x^8}+\frac{b^3 c-a b^2 d+a^2 b e-a^3 f}{5 a^4 x^5}-\frac{b \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )}{2 a^5 x^2}-\frac{\left (b^2 \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )\right ) \int \frac{1}{a+b x^3} \, dx}{a^5}\\ &=-\frac{c}{14 a x^{14}}+\frac{b c-a d}{11 a^2 x^{11}}-\frac{b^2 c-a b d+a^2 e}{8 a^3 x^8}+\frac{b^3 c-a b^2 d+a^2 b e-a^3 f}{5 a^4 x^5}-\frac{b \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )}{2 a^5 x^2}-\frac{\left (b^2 \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )\right ) \int \frac{1}{\sqrt [3]{a}+\sqrt [3]{b} x} \, dx}{3 a^{17/3}}-\frac{\left (b^2 \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )\right ) \int \frac{2 \sqrt [3]{a}-\sqrt [3]{b} x}{a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2} \, dx}{3 a^{17/3}}\\ &=-\frac{c}{14 a x^{14}}+\frac{b c-a d}{11 a^2 x^{11}}-\frac{b^2 c-a b d+a^2 e}{8 a^3 x^8}+\frac{b^3 c-a b^2 d+a^2 b e-a^3 f}{5 a^4 x^5}-\frac{b \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )}{2 a^5 x^2}-\frac{b^{5/3} \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right ) \log \left (\sqrt [3]{a}+\sqrt [3]{b} x\right )}{3 a^{17/3}}+\frac{\left (b^{5/3} \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )\right ) \int \frac{-\sqrt [3]{a} \sqrt [3]{b}+2 b^{2/3} x}{a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2} \, dx}{6 a^{17/3}}-\frac{\left (b^2 \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )\right ) \int \frac{1}{a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2} \, dx}{2 a^{16/3}}\\ &=-\frac{c}{14 a x^{14}}+\frac{b c-a d}{11 a^2 x^{11}}-\frac{b^2 c-a b d+a^2 e}{8 a^3 x^8}+\frac{b^3 c-a b^2 d+a^2 b e-a^3 f}{5 a^4 x^5}-\frac{b \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )}{2 a^5 x^2}-\frac{b^{5/3} \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right ) \log \left (\sqrt [3]{a}+\sqrt [3]{b} x\right )}{3 a^{17/3}}+\frac{b^{5/3} \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right ) \log \left (a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2\right )}{6 a^{17/3}}-\frac{\left (b^{5/3} \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )\right ) \operatorname{Subst}\left (\int \frac{1}{-3-x^2} \, dx,x,1-\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a}}\right )}{a^{17/3}}\\ &=-\frac{c}{14 a x^{14}}+\frac{b c-a d}{11 a^2 x^{11}}-\frac{b^2 c-a b d+a^2 e}{8 a^3 x^8}+\frac{b^3 c-a b^2 d+a^2 b e-a^3 f}{5 a^4 x^5}-\frac{b \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right )}{2 a^5 x^2}+\frac{b^{5/3} \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right ) \tan ^{-1}\left (\frac{\sqrt [3]{a}-2 \sqrt [3]{b} x}{\sqrt{3} \sqrt [3]{a}}\right )}{\sqrt{3} a^{17/3}}-\frac{b^{5/3} \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right ) \log \left (\sqrt [3]{a}+\sqrt [3]{b} x\right )}{3 a^{17/3}}+\frac{b^{5/3} \left (b^3 c-a b^2 d+a^2 b e-a^3 f\right ) \log \left (a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2\right )}{6 a^{17/3}}\\ \end{align*}

Mathematica [A]  time = 0.0974872, size = 311, normalized size = 0.99 \[ \frac{b \left (-a^2 b e+a^3 f+a b^2 d-b^3 c\right )}{2 a^5 x^2}+\frac{a^2 b e+a^3 (-f)-a b^2 d+b^3 c}{5 a^4 x^5}+\frac{b^{5/3} \log \left (a^{2/3}-\sqrt [3]{a} \sqrt [3]{b} x+b^{2/3} x^2\right ) \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{6 a^{17/3}}+\frac{b^{5/3} \log \left (\sqrt [3]{a}+\sqrt [3]{b} x\right ) \left (-a^2 b e+a^3 f+a b^2 d-b^3 c\right )}{3 a^{17/3}}+\frac{b^{5/3} \tan ^{-1}\left (\frac{1-\frac{2 \sqrt [3]{b} x}{\sqrt [3]{a}}}{\sqrt{3}}\right ) \left (a^2 b e+a^3 (-f)-a b^2 d+b^3 c\right )}{\sqrt{3} a^{17/3}}-\frac{a^2 e-a b d+b^2 c}{8 a^3 x^8}+\frac{b c-a d}{11 a^2 x^{11}}-\frac{c}{14 a x^{14}} \]

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x^3 + e*x^6 + f*x^9)/(x^15*(a + b*x^3)),x]

[Out]

-c/(14*a*x^14) + (b*c - a*d)/(11*a^2*x^11) - (b^2*c - a*b*d + a^2*e)/(8*a^3*x^8) + (b^3*c - a*b^2*d + a^2*b*e
- a^3*f)/(5*a^4*x^5) + (b*(-(b^3*c) + a*b^2*d - a^2*b*e + a^3*f))/(2*a^5*x^2) + (b^(5/3)*(b^3*c - a*b^2*d + a^
2*b*e - a^3*f)*ArcTan[(1 - (2*b^(1/3)*x)/a^(1/3))/Sqrt[3]])/(Sqrt[3]*a^(17/3)) + (b^(5/3)*(-(b^3*c) + a*b^2*d
- a^2*b*e + a^3*f)*Log[a^(1/3) + b^(1/3)*x])/(3*a^(17/3)) + (b^(5/3)*(b^3*c - a*b^2*d + a^2*b*e - a^3*f)*Log[a
^(2/3) - a^(1/3)*b^(1/3)*x + b^(2/3)*x^2])/(6*a^(17/3))

________________________________________________________________________________________

Maple [B]  time = 0.009, size = 548, normalized size = 1.7 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f*x^9+e*x^6+d*x^3+c)/x^15/(b*x^3+a),x)

[Out]

-1/6*b/a^2/(1/b*a)^(2/3)*ln(x^2-(1/b*a)^(1/3)*x+(1/b*a)^(2/3))*f+1/6*b^2/a^3/(1/b*a)^(2/3)*ln(x^2-(1/b*a)^(1/3
)*x+(1/b*a)^(2/3))*e-1/6*b^3/a^4/(1/b*a)^(2/3)*ln(x^2-(1/b*a)^(1/3)*x+(1/b*a)^(2/3))*d+1/6*b^4/a^5/(1/b*a)^(2/
3)*ln(x^2-(1/b*a)^(1/3)*x+(1/b*a)^(2/3))*c+1/3*b/a^2/(1/b*a)^(2/3)*ln(x+(1/b*a)^(1/3))*f-1/3*b^2/a^3/(1/b*a)^(
2/3)*ln(x+(1/b*a)^(1/3))*e-1/5/a/x^5*f-1/11/a/x^11*d-1/8/a/x^8*e+1/11/a^2/x^11*b*c+1/8/a^2/x^8*b*d-1/8/a^3/x^8
*b^2*c+1/5/a^2/x^5*b*e-1/5/a^3/x^5*b^2*d+1/5/a^4/x^5*b^3*c+1/2/a^2*b/x^2*f-1/14*c/a/x^14+1/3*b^3/a^4/(1/b*a)^(
2/3)*ln(x+(1/b*a)^(1/3))*d-1/3*b^4/a^5/(1/b*a)^(2/3)*ln(x+(1/b*a)^(1/3))*c-1/3*b^4/a^5/(1/b*a)^(2/3)*3^(1/2)*a
rctan(1/3*3^(1/2)*(2/(1/b*a)^(1/3)*x-1))*c-1/2/a^3*b^2/x^2*e+1/2/a^4*b^3/x^2*d-1/2/a^5*b^4/x^2*c+1/3*b/a^2/(1/
b*a)^(2/3)*3^(1/2)*arctan(1/3*3^(1/2)*(2/(1/b*a)^(1/3)*x-1))*f-1/3*b^2/a^3/(1/b*a)^(2/3)*3^(1/2)*arctan(1/3*3^
(1/2)*(2/(1/b*a)^(1/3)*x-1))*e+1/3*b^3/a^4/(1/b*a)^(2/3)*3^(1/2)*arctan(1/3*3^(1/2)*(2/(1/b*a)^(1/3)*x-1))*d

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x^9+e*x^6+d*x^3+c)/x^15/(b*x^3+a),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 1.38373, size = 759, normalized size = 2.41 \begin{align*} -\frac{3080 \, \sqrt{3}{\left (b^{4} c - a b^{3} d + a^{2} b^{2} e - a^{3} b f\right )} x^{14} \left (\frac{b^{2}}{a^{2}}\right )^{\frac{1}{3}} \arctan \left (\frac{2 \, \sqrt{3} a x \left (\frac{b^{2}}{a^{2}}\right )^{\frac{2}{3}} - \sqrt{3} b}{3 \, b}\right ) - 1540 \,{\left (b^{4} c - a b^{3} d + a^{2} b^{2} e - a^{3} b f\right )} x^{14} \left (\frac{b^{2}}{a^{2}}\right )^{\frac{1}{3}} \log \left (b^{2} x^{2} - a b x \left (\frac{b^{2}}{a^{2}}\right )^{\frac{1}{3}} + a^{2} \left (\frac{b^{2}}{a^{2}}\right )^{\frac{2}{3}}\right ) + 3080 \,{\left (b^{4} c - a b^{3} d + a^{2} b^{2} e - a^{3} b f\right )} x^{14} \left (\frac{b^{2}}{a^{2}}\right )^{\frac{1}{3}} \log \left (b x + a \left (\frac{b^{2}}{a^{2}}\right )^{\frac{1}{3}}\right ) + 4620 \,{\left (b^{4} c - a b^{3} d + a^{2} b^{2} e - a^{3} b f\right )} x^{12} - 1848 \,{\left (a b^{3} c - a^{2} b^{2} d + a^{3} b e - a^{4} f\right )} x^{9} + 1155 \,{\left (a^{2} b^{2} c - a^{3} b d + a^{4} e\right )} x^{6} + 660 \, a^{4} c - 840 \,{\left (a^{3} b c - a^{4} d\right )} x^{3}}{9240 \, a^{5} x^{14}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x^9+e*x^6+d*x^3+c)/x^15/(b*x^3+a),x, algorithm="fricas")

[Out]

-1/9240*(3080*sqrt(3)*(b^4*c - a*b^3*d + a^2*b^2*e - a^3*b*f)*x^14*(b^2/a^2)^(1/3)*arctan(1/3*(2*sqrt(3)*a*x*(
b^2/a^2)^(2/3) - sqrt(3)*b)/b) - 1540*(b^4*c - a*b^3*d + a^2*b^2*e - a^3*b*f)*x^14*(b^2/a^2)^(1/3)*log(b^2*x^2
 - a*b*x*(b^2/a^2)^(1/3) + a^2*(b^2/a^2)^(2/3)) + 3080*(b^4*c - a*b^3*d + a^2*b^2*e - a^3*b*f)*x^14*(b^2/a^2)^
(1/3)*log(b*x + a*(b^2/a^2)^(1/3)) + 4620*(b^4*c - a*b^3*d + a^2*b^2*e - a^3*b*f)*x^12 - 1848*(a*b^3*c - a^2*b
^2*d + a^3*b*e - a^4*f)*x^9 + 1155*(a^2*b^2*c - a^3*b*d + a^4*e)*x^6 + 660*a^4*c - 840*(a^3*b*c - a^4*d)*x^3)/
(a^5*x^14)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x**9+e*x**6+d*x**3+c)/x**15/(b*x**3+a),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.07733, size = 531, normalized size = 1.69 \begin{align*} -\frac{\sqrt{3}{\left (\left (-a b^{2}\right )^{\frac{1}{3}} b^{4} c - \left (-a b^{2}\right )^{\frac{1}{3}} a b^{3} d - \left (-a b^{2}\right )^{\frac{1}{3}} a^{3} b f + \left (-a b^{2}\right )^{\frac{1}{3}} a^{2} b^{2} e\right )} \arctan \left (\frac{\sqrt{3}{\left (2 \, x + \left (-\frac{a}{b}\right )^{\frac{1}{3}}\right )}}{3 \, \left (-\frac{a}{b}\right )^{\frac{1}{3}}}\right )}{3 \, a^{6}} + \frac{{\left (b^{5} c - a b^{4} d - a^{3} b^{2} f + a^{2} b^{3} e\right )} \left (-\frac{a}{b}\right )^{\frac{1}{3}} \log \left ({\left | x - \left (-\frac{a}{b}\right )^{\frac{1}{3}} \right |}\right )}{3 \, a^{6}} - \frac{{\left (\left (-a b^{2}\right )^{\frac{1}{3}} b^{4} c - \left (-a b^{2}\right )^{\frac{1}{3}} a b^{3} d - \left (-a b^{2}\right )^{\frac{1}{3}} a^{3} b f + \left (-a b^{2}\right )^{\frac{1}{3}} a^{2} b^{2} e\right )} \log \left (x^{2} + x \left (-\frac{a}{b}\right )^{\frac{1}{3}} + \left (-\frac{a}{b}\right )^{\frac{2}{3}}\right )}{6 \, a^{6}} - \frac{1540 \, b^{4} c x^{12} - 1540 \, a b^{3} d x^{12} - 1540 \, a^{3} b f x^{12} + 1540 \, a^{2} b^{2} x^{12} e - 616 \, a b^{3} c x^{9} + 616 \, a^{2} b^{2} d x^{9} + 616 \, a^{4} f x^{9} - 616 \, a^{3} b x^{9} e + 385 \, a^{2} b^{2} c x^{6} - 385 \, a^{3} b d x^{6} + 385 \, a^{4} x^{6} e - 280 \, a^{3} b c x^{3} + 280 \, a^{4} d x^{3} + 220 \, a^{4} c}{3080 \, a^{5} x^{14}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x^9+e*x^6+d*x^3+c)/x^15/(b*x^3+a),x, algorithm="giac")

[Out]

-1/3*sqrt(3)*((-a*b^2)^(1/3)*b^4*c - (-a*b^2)^(1/3)*a*b^3*d - (-a*b^2)^(1/3)*a^3*b*f + (-a*b^2)^(1/3)*a^2*b^2*
e)*arctan(1/3*sqrt(3)*(2*x + (-a/b)^(1/3))/(-a/b)^(1/3))/a^6 + 1/3*(b^5*c - a*b^4*d - a^3*b^2*f + a^2*b^3*e)*(
-a/b)^(1/3)*log(abs(x - (-a/b)^(1/3)))/a^6 - 1/6*((-a*b^2)^(1/3)*b^4*c - (-a*b^2)^(1/3)*a*b^3*d - (-a*b^2)^(1/
3)*a^3*b*f + (-a*b^2)^(1/3)*a^2*b^2*e)*log(x^2 + x*(-a/b)^(1/3) + (-a/b)^(2/3))/a^6 - 1/3080*(1540*b^4*c*x^12
- 1540*a*b^3*d*x^12 - 1540*a^3*b*f*x^12 + 1540*a^2*b^2*x^12*e - 616*a*b^3*c*x^9 + 616*a^2*b^2*d*x^9 + 616*a^4*
f*x^9 - 616*a^3*b*x^9*e + 385*a^2*b^2*c*x^6 - 385*a^3*b*d*x^6 + 385*a^4*x^6*e - 280*a^3*b*c*x^3 + 280*a^4*d*x^
3 + 220*a^4*c)/(a^5*x^14)